home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_178.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  331 b   |  11 lines

  1. MONTHNAME
  2. Calculates the name of a month from its number. The argument could be the MONTH function, which would return the month number from the serial number.
  3.  
  4. Format: MONTHNAME (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A number in the range 1 to 12.
  8.  
  9. Example:
  10. MONTHNAME (4) returns April.
  11. Shows that the fourth month of the year is April.